home *** CD-ROM | disk | FTP | other *** search
- stop();
- removeAllClips();
- _root.onEnterFrame = function()
- {
- back3._x = -440 + _xmouse / 1.5;
- back2._x = -300 + _xmouse / 4;
- back1._x = -230 + _xmouse / 8;
- };
- menuButton.onRollOver = function()
- {
- this._xscale = 120;
- this._yscale = 120;
- };
- menuButton.onRollOut = function()
- {
- this._xscale = 100;
- this._yscale = 100;
- };
- menuButton.onPress = function()
- {
- _root.gotoAndStop("menuScreen");
- };
-